home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
examples
/
minicaml
/
synthese.mli
< prev
next >
Wrap
Text File
|
1995-06-01
|
244b
|
10 lines
#open "syntaxe";;
#open "types";;
type environnement == (string * schéma_de_types) list;;
value type_exp: environnement -> expression -> type_simple
and type_déf: environnement -> définition -> environnement;;
exception Erreur of string;;